Adjusted how libcurl treats HTTP 1.1 responses without content-lenth or chunked encoding (that also lacks "Connection: close"). It now simply assumes that the connection WILL be closed to signal the end, as that is how RFC2616 section 4.4 point #5 says we should behave.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 54e75bd..19ab978 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES
@@ -15,7 +15,8 @@ This release includes the following bugfixes: - o + o adjusted how libcurl treats HTTP 1.1 responses without content-lenth or + chunked encoding This release includes the following known bugs: